xen/serial: Move any OMAP specific things to OMAP UART driver
authorOleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>
Thu, 5 Nov 2015 17:53:06 +0000 (19:53 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 16 Nov 2015 11:13:41 +0000 (11:13 +0000)
commit961f129b5d88201c29967b202e0aa38081add1a6
treebe3ccb1f37c8c32664e05e2f08f82f30646805b8
parent87a16694248e80195943741bb9f857edd6a6bf51
xen/serial: Move any OMAP specific things to OMAP UART driver

The 8250-uart.h contains extra serial register definitions
for the internal UARTs in TI OMAP SoCs which are used in
OMAP UART driver only.
In order to clean up code move these definitions to omap-uart.c.
Also rename some definitions to follow to the UART_OMAP* prefix.

Signed-off-by: Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Julien Grall <julien.grall@citrix.com>
CC: Stefano Stabellini <stefano.stabellini@citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/char/omap-uart.c
xen/include/xen/8250-uart.h